; Fix indentation in cl.texi example
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 17:31:48 +0000 (18:31 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 17:32:32 +0000 (18:32 +0100)
doc/misc/cl.texi

index c210b711a984ca3f61c224d939a687e448b2641b..91ebf2b386224bd50ba737023a0f5cbfd1092ab1 100644 (file)
@@ -640,7 +640,7 @@ For example:
 
 @example
 (cl-defmacro dolist ((var listform &optional resultform)
-                   &rest body)
+                     &rest body)
   @dots{})
 @end example